home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d998.lha / Touch / Touch13.readme < prev    next >
Text File  |  1994-04-05  |  1KB  |  33 lines

  1. Short: UNIX touch command
  2. Type: os20/cli
  3. Uploader: kai@iske.adsp.sub.org
  4. Author: kai@iske.adsp.sub.org
  5.  
  6. This is a simple TOUCH command, known from UNIX systems. It will touch all
  7. files (including patterns) given on the command line. If a particular file
  8. (not including wildcards) doesn`t exist, it will be created; just like under
  9. Unix.
  10.  
  11. PUBLIC DOMAIN, includes source...
  12.  
  13. Fixed since Version 1.2 (Yep, even a small program may have bugs ;)
  14.  
  15.   - For ExAll() a wrong buffer size was supplied; Whoops
  16.   - Pattern buffer wasn`t large enough
  17.   - For some calls (like AddPart) the length of the dest buffer
  18.     was to small according to the allocation
  19.   - For ParsePattern, the FileName wasn`t converted to uppercase
  20.  
  21. Fixed since Version 1.1 (Yep, even a small program may have bugs ;)
  22.  
  23.   - Touch will issue a warning if no matching files could be
  24.     found for a pattern
  25.     (Suggested by : Dan Barret)
  26.  
  27. Fixed since Version 1.0 (Yep, even a small program may have bugs ;)
  28.  
  29.   - Reduced stack usage
  30.   - Reduced executable size
  31.   - Recompiled using SAS 6.50
  32.   - Added CTRL-C checking
  33.